_ALPC_PORT

//0x108 bytes (sizeof) struct _ALPC_PORT { struct _LIST_ENTRY PortListEntry; //0x0 struct _ALPC_COMMUNICATION_INFO* CommunicationInfo; //0x8 struct _EPROCESS* OwnerProcess; //0xc VOID* CompletionPort; //0x10 VOID* CompletionKey; //0x14 struct _ALPC_COMPLETION_PACKET_LOOKASIDE* CompletionPacketLookaside; //0x18 VOID* PortContext; //0x1c struct _SECURITY_CLIENT_CONTEXT StaticSecurity; //0x20 struct _EX_PUSH_LOCK IncomingQueueLock; //0x5c struct _LIST_ENTRY MainQueue; //0x60 struct _LIST_ENTRY LargeMessageQueue; //0x68 struct _EX_PUSH_LOCK PendingQueueLock; //0x70 struct _LIST_ENTRY PendingQueue; //0x74 struct _EX_PUSH_LOCK WaitQueueLock; //0x7c struct _LIST_ENTRY WaitQueue; //0x80 union { struct _KSEMAPHORE* Semaphore; //0x88 struct _KEVENT* DummyEvent; //0x88 }; struct _ALPC_PORT_ATTRIBUTES PortAttributes; //0x8c struct _EX_PUSH_LOCK ResourceListLock; //0xb8 struct _LIST_ENTRY ResourceListHead; //0xbc struct _EX_PUSH_LOCK PortObjectLock; //0xc4 struct _ALPC_COMPLETION_LIST* CompletionList; //0xc8 struct _ALPC_MESSAGE_ZONE* MessageZone; //0xcc struct _CALLBACK_OBJECT* CallbackObject; //0xd0 VOID* CallbackContext; //0xd4 struct _LIST_ENTRY CanceledQueue; //0xd8 LONG SequenceNo; //0xe0 union { struct { ULONG Initialized:1; //0xe4 ULONG Type:2; //0xe4 ULONG ConnectionPending:1; //0xe4 ULONG ConnectionRefused:1; //0xe4 ULONG Disconnected:1; //0xe4 ULONG Closed:1; //0xe4 ULONG NoFlushOnClose:1; //0xe4 ULONG ReturnExtendedInfo:1; //0xe4 ULONG Waitable:1; //0xe4 ULONG DynamicSecurity:1; //0xe4 ULONG Wow64CompletionList:1; //0xe4 ULONG Lpc:1; //0xe4 ULONG LpcToLpc:1; //0xe4 ULONG HasCompletionList:1; //0xe4 ULONG HadCompletionList:1; //0xe4 ULONG EnableCompletionList:1; //0xe4 } s1; //0xe4 ULONG State; //0xe4 } u1; //0xe4 struct _ALPC_PORT* TargetQueuePort; //0xe8 struct _ALPC_PORT* TargetSequencePort; //0xec struct _KALPC_MESSAGE* CachedMessage; //0xf0 ULONG MainQueueLength; //0xf4 ULONG LargeMessageQueueLength; //0xf8 ULONG PendingQueueLength; //0xfc ULONG CanceledQueueLength; //0x100 ULONG WaitQueueLength; //0x104 };